#include <stdib.h>编译出错

来源:百度知道 编辑:UC知道 时间:2024/07/11 09:18:45
在程序编译时出现这样问题:\MSDev98\MyProjects\q\a.cpp(2) : fatal error C1083: Cannot open include file: 'stdib.h': No such file or directory.
然后出错指向

要么 没用加上头文件#include <stdlib.h>
要么 运行的窗口没用关闭 改了程序 再次运行就会出现这种情况,只要把运行窗口关闭在运行就OK了。

……是
#include <stdlib.h>

把程序发过来看一下

看看,你的头文件名写错了.是std lib.h
其中std是英文standard(标准)的缩写.lib是英文libary(库)的缩写.
o(∩_∩)o...